home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000208_slash_dev_slas…_2000@yahoo.com_Fri Nov 11 11:17:40 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed-00.mathworks.com!newscon06.news.prodigy.com!prodigy.net!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!g44g2000cwa.googlegroups.com!not-for-mail
  2. From: "Mark Sapiro" <slash_dev_slash_null_2000@yahoo.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Kermit logging of a session
  5. Date: 11 Nov 2005 07:25:43 -0800
  6. Organization: http://groups.google.com
  7. Lines: 29
  8. Message-ID: <1131722743.122331.45890@g44g2000cwa.googlegroups.com>
  9. References: <00A4C8C2.0A6F5B37@SendSpamHere.ORG>
  10.    <1131598748.832021.277940@g49g2000cwa.googlegroups.com>
  11.    <00A4C98D.DB78424B@SendSpamHere.ORG>
  12.    <slrndn7hr9.kg5.fdc@sesame.cc.columbia.edu>
  13.    <00A4CA0F.D8BF4041@SendSpamHere.ORG>
  14. NNTP-Posting-Host: 209.182.169.133
  15. Mime-Version: 1.0
  16. Content-Type: text/plain; charset="iso-8859-1"
  17. X-Trace: posting.google.com 1131722756 9932 127.0.0.1 (11 Nov 2005 15:25:56 GMT)
  18. X-Complaints-To: groups-abuse@google.com
  19. NNTP-Posting-Date: Fri, 11 Nov 2005 15:25:56 +0000 (UTC)
  20. User-Agent: G2/0.2
  21. X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20051012 Netscape/8.0.4,gzip(gfe),gzip(gfe)
  22. Complaints-To: groups-abuse@google.com
  23. Injection-Info: g44g2000cwa.googlegroups.com; posting-host=209.182.169.133;
  24.    posting-account=iQNWIg0AAAAD2fStXNC9nwGlPdSqjWrI
  25. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15455
  26.  
  27. VAXman-@SendSpamHere.ORG wrote:
  28. >
  29. > I've put a "log session filename" in the script I've written.  It opens
  30. > a file with the name "filename" but there is never anything written in
  31. > the file.  I want/need to log the session with the debug output included.
  32.  
  33.  
  34. I just tested very briefly with C-Kermit, and I think what's going on
  35. is session logging is suspended when terminal debug mode is on. As I
  36. said, it was just a brief test, so I'm not certain, but it looks like
  37. you can't log a session in terminal debug mode.
  38.  
  39. However, this may not really be a problem in that the regular session
  40. log is a log of the raw data stream and includes all the control
  41. characters and escape sequences, just not 'printably rendered'. I.e.,
  42. the <cr>, <lf>, <esc>, etc. characters are all in the session log, but
  43. as themselves, not as ^M, ^J, ^[, etc. If it is important to see the
  44. transparent characters in the latter form, you could always run the
  45. session log through a filter that would render them that way.
  46.  
  47. Finally, I think K-95 2.1.3 at least does log when terminal debug mode
  48. is on, but it continues to log the raw data, not the interpreted data,
  49. so in any case, you might as well just log the raw session and, if
  50. necessary, filter it after the fact.
  51.  
  52. --
  53. Mark Sapiro msapiro at value net       The highway is for gamblers,
  54. San Francisco Bay Area, California    better use your sense - B. Dylan
  55.